home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / examples / bdg_TDNN.README < prev    next >
Text File  |  1994-04-25  |  2KB  |  50 lines

  1. =============================================================================
  2.     README file for the example files bdg_TDNN.xxx
  3. =============================================================================
  4.  
  5.  
  6. Description:    Time-delay network (TDNN) for the recognition of the
  7. ============    phonemes 'b', 'd', 'g'
  8.  
  9. The file bdg_TDNN.net describes the time delay network discussed in 
  10.  
  11.     Connectionist Glue: Modular Design of Neural Speech Systems,
  12.     Alex Waibel, CMU, in Proceedings of the 1988 Connectionist 
  13.     Models Summer School, 1988
  14.  
  15. The net classifies the phonemes obtained by spelling the letters B, D,
  16. and G from 16 melscale spectral coeficients. The input therefore does
  17. not resemble the figures B, D, or G, but their accoustic
  18. representations.
  19.  
  20. See the user manual for a detailed description of TDNNs and their usage.
  21.  
  22.  
  23. Network-Files:    bdg_TDNN.net
  24. ==============
  25.  
  26. This network file contains a trained TDNN network for the phoneme
  27. recognition task described above. The standard configuration file
  28. for this network is bdg_TDNN.cfg (one 2D display only).
  29.  
  30.  
  31. Pattern-Files:    bdg_TDNN.pat
  32. ==============    bdg_variable.pat
  33.  
  34. In the old SNNS pattern format exemplified by bdg_TDNN.pat, each
  35. position shift of a fixed moving window over a time-varying input
  36. signal resulted in a different imput pattern. This kind of pattern
  37. file is given in bdg_TDNN.pat. For space reasons, only three sample
  38. patterns are provided here.
  39.  
  40. In the new pattern file format with variable length input patterns one
  41. can use the subpattern mechanism to extract subpatterns 'on the fly'
  42. from one large pattern, e.g. from a time series pattern. This is
  43. demonstrated with the file bdg_variable.pat
  44. See the SNNS manual for details about using the subpattern mechanism.
  45.  
  46.  
  47. =============================================================================
  48.     End of README file
  49. =============================================================================
  50.